maint(ct): clean up contract tests 1#2334
Conversation
|
packages/contracts/test/contracts/L1/deployment/ChugSplashDictator.spec..ts
Show resolved
Hide resolved
|
Will approve once the filename is fixed. |
53da16b to
b56967f
Compare
Fixed |
b56967f to
a09cb8b
Compare
a09cb8b to
3fc4a3a
Compare
First commit in a series of commits to clean up the contract tests. Made a deploy helper function to remove some ugly nested awaits. Also generally starting to remove unnecessary Factory objects.
3fc4a3a to
b8f2598
Compare
|
This PR has been added to the merge queue, and will be merged soon. |
|
This PR is next in line to be merged, and will be merged as soon as checks pass. |
|
This PR is next in line to be merged, and will be merged as soon as checks pass. |
First commit in a series of commits to clean up the contract tests. Made a deploy helper function to remove some ugly nested awaits. Also generally starting to remove unnecessary Factory objects. Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
First commit in a series of commits to clean up the contract tests. Made a deploy helper function to remove some ugly nested awaits. Also generally starting to remove unnecessary Factory objects. Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
First commit in a series of commits to clean up the contract tests. Made a deploy helper function to remove some ugly nested awaits. Also generally starting to remove unnecessary Factory objects. Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Description
First commit in a series of commits to clean up the contract tests. Made
a deploy helper function to remove some ugly nested awaits. Also
generally starting to remove unnecessary Factory objects.